const runtime._SigThrow
12 uses
runtime (current package)
runtime2.go#L877: _SigThrow // if signal.Notify doesn't take it, exit loudly
signal_unix.go#L672: flags := int32(_SigThrow)
signal_unix.go#L683: flags = _SigThrow
signal_unix.go#L688: flags = _SigThrow
signal_unix.go#L726: if flags&(_SigThrow|_SigPanic) == 0 {
signal_unix.go#L1302: return flags&(_SigKill|_SigThrow) == 0
sigtab_linux_generic.go#L13: /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
sigtab_linux_generic.go#L14: /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
sigtab_linux_generic.go#L15: /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
sigtab_linux_generic.go#L16: /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
sigtab_linux_generic.go#L26: /* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
sigtab_linux_generic.go#L41: /* 31 */ {_SigThrow, "SIGSYS: bad system call"},
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |